home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 003 / pcdbms.arc / FLOPPY.BAT < prev    next >
DOS Batch File  |  1985-03-22  |  2KB  |  60 lines

  1. REM
  2. REM
  3. REM           Floppy disk batch procedure to produce PC-DBMS version 1.0 
  4. REM                  from bulletin board copy of PC-DBMS library.
  5. REM
  6. REM                 Be sure drive B: contains a formatted diskette
  7. REM                        with at least 230k of free space.
  8. REM           The drive A: diskette requires at least 100k of free space.
  9. REM
  10. echo off
  11. pause
  12. lu -e pc-dbms nusq.com
  13. lu -e pc-dbms read.me 
  14. copy read.me b:
  15. del read.me
  16. REM  GET & UNSQUEEZE BOTH MANUAL HALVES, DELETE SQUEEZED VERSION
  17. lu -e pc-dbms manual.1q
  18. nusq manual.1q b:
  19. del manual.1q
  20. lu -e pc-dbms manual.2q
  21. nusq manual.2q b:
  22. del manual.2q
  23. REM  GET SAMPLE DATA BASE
  24. lu -e pc-dbms music.def
  25. copy music.def b:
  26. del music.def
  27. lu -e pc-dbms composer.dat
  28. copy composer.dat b:
  29. del composer.dat
  30. lu -e pc-dbms opus.dat
  31. copy opus.dat b:
  32. del opus.dat
  33. REM  GET & UNSQEEZE PROGRAM, DELETE SQUEEZED VERSION
  34. lu -e pc-dbms pc-dbms.eqe
  35. nusq pc-dbms.eqe b:
  36. del pc-dbms.eqe
  37. del nusq.com
  38. lu -e pc-dbms request.doc
  39. copy request.doc b:
  40. del request.doc
  41. echo on
  42. REM
  43. REM
  44. REM
  45. REM  You are encouraged to pass along copies of PC-DBMS.  Instead of the 
  46. REM  bulletin board version, just put these files on a diskette:
  47. REM
  48. REM                    READ.ME         MANUAL.1
  49. REM                    MANUAL.2        MUSIC.DEF
  50. REM                    COMPOSER.DAT    OPUS.DAT
  51. REM                    PC-DBMS.EXE     REQUEST.DOC
  52. REM
  53. REM  All these files have been extracted from the library and are on your 
  54. REM  B: diskette.  That is now your PC-DBMS diskette.  Copy it for a friend.
  55. REM
  56. REM  Nothing on the A: diskette is needed for PC-DBMS.
  57. REM
  58. REM  TYPE B:READ.ME to begin exploring PC-DBMS.
  59. REM
  60.